projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54d8a6
)
testlist: Fix custom css
author
Timm Bäder
<mail@baedert.org>
Tue, 9 May 2017 17:38:58 +0000
(19:38 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000
(16:25 +0200)
tests/testlist.c
patch
|
blob
|
history
diff --git
a/tests/testlist.c
b/tests/testlist.c
index e587eb5e31d4c5ecea20ec18b879a21b40612910..d5f495b212d0329c559fd63a98e78fe18300ab9b 100644
(file)
--- a/
tests/testlist.c
+++ b/
tests/testlist.c
@@
-18,15
+18,15
@@
struct _RowClass
};
const char *css =
- "
GtkListBoxR
ow {"
+ "
list r
ow {"
" border-width: 1px;"
" border-style: solid;"
" border-color: blue;"
"}"
- "
GtkListBoxRow:prelight
{"
+ "
list row:hover
{"
"background-color: green;"
"}"
- "
GtkListBoxR
ow:active {"
+ "
list r
ow:active {"
"background-color: red;"
"}";